-
Notifications
You must be signed in to change notification settings - Fork 58
feat: add graph visualization for structured programs #2216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: migrate-unified-compiler
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## migrate-unified-compiler #2216 +/- ##
=========================================================
Coverage 97.66% 97.66%
=========================================================
Files 93 93
Lines 10887 10899 +12
Branches 1038 1039 +1
=========================================================
+ Hits 10633 10645 +12
Misses 195 195
Partials 59 59 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…rete subclass (#2213) Copied over what was in PennyLaneAI/pennylane#8626. [sc-103457] [sc-103456] --------- Co-authored-by: Mehrdad Malek <[email protected]>
…2229) Main goal of this PR was to add properties to help probe the inner structure of the DAG. This PR also does, - minor clean-up w.r.t naming and formatting - adds validation to add_* methods [sc-103457] [sc-103456] --------- Co-authored-by: Mudit Pandey <[email protected]> Co-authored-by: Mehrdad Malek <[email protected]>
|
|
||
| <h3>New features since last release</h3> | ||
|
|
||
| * Compiled programs can be visualized. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry should probably be significantly more descriptive since it's a pretty big new feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah - just a place holder for now 😄
This utility is used to traverse the IR and then use the DAGBuilder to generate a DAG to be visualized. [sc-103458] --------- Co-authored-by: Mehrdad Malek <[email protected]> Co-authored-by: Mudit Pandey <[email protected]>
Base branch for feature.